home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / RegAlyzer / regalyz.exe / {app} / RegAlyzer.exe / 0 / RCDATA / TFORMEDITMULTISTRING / TFORMEDITMULTISTRING.txt < prev   
Text File  |  2005-12-13  |  2KB  |  81 lines

  1. object formEditMultiString: TformEditMultiString
  2.   Left = 333
  3.   Top = 230
  4.   ActiveControl = memoData
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change multi-string value'
  7.   ClientHeight = 257
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     369
  22.     257)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object labelValue: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 353
  29.     Height = 17
  30.     AutoSize = False
  31.     Caption = 'Name of value:'
  32.   end
  33.   object labelData: TLabel
  34.     Left = 8
  35.     Top = 56
  36.     Width = 353
  37.     Height = 17
  38.     AutoSize = False
  39.     Caption = 'Value data:'
  40.   end
  41.   object bnCancel: TButton
  42.     Left = 200
  43.     Top = 224
  44.     Width = 75
  45.     Height = 25
  46.     Anchors = [akRight, akBottom]
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 0
  51.   end
  52.   object bnOK: TButton
  53.     Left = 288
  54.     Top = 224
  55.     Width = 75
  56.     Height = 25
  57.     Anchors = [akRight, akBottom]
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 1
  62.   end
  63.   object editValue: TEdit
  64.     Left = 8
  65.     Top = 24
  66.     Width = 353
  67.     Height = 21
  68.     Color = clBtnFace
  69.     ReadOnly = True
  70.     TabOrder = 2
  71.   end
  72.   object memoData: TMemo
  73.     Left = 8
  74.     Top = 72
  75.     Width = 353
  76.     Height = 145
  77.     ScrollBars = ssBoth
  78.     TabOrder = 3
  79.   end
  80. end
  81.